home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.BOTSTYLE.NAVBARS.INI.en < prev    next >
Encoding:
INI File  |  2009-06-09  |  2.2 KB  |  76 lines

  1. [info]
  2. _LCID=1033
  3. _version=12.0.1103.0
  4.  
  5. [Bars]
  6. Name=Bars
  7. Description=An HTML style where each link is separated by a vertical line.
  8. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  9. Selected="#LABEL#"
  10. H-Separator=" | "
  11. V-Separator="<br>"
  12. Preview="bars.gif"
  13.  
  14. [Slashes]
  15. Name=Slashes
  16. Description=An HTML style where each link is separated by slashes.
  17. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  18. Selected="#LABEL#"
  19. H-Separator=" / "
  20. V-Separator="<br>"
  21. Preview="slashes.gif"
  22.  
  23. [Brackets]
  24. Name=Brackets
  25. Description=An HTML style where each link is enclosed in brackets.
  26. Button="[<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>]"
  27. Selected="[#LABEL#]"
  28. H-Separator=" "
  29. V-Separator="<br>"
  30. Preview="brackets.gif"
  31.  
  32. [Dots]
  33. Name=Dots 
  34. Description=An HTML style where each link is separated by dots.
  35. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  36. Selected="#LABEL#"
  37. H-Separator=" • "
  38. V-Separator="<br>"
  39. Preview="dots.gif"
  40.  
  41. [MoreDots]
  42. Name=More Dots
  43. Description=An HTML style where each link is surrounded by dots.
  44. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  45. Selected="#LABEL#"
  46. H-Separator=" • "
  47. H-Prefix="• "
  48. H-Suffix=" •"
  49. V-Prefix="• "
  50. V-Separator=" •<br>• "
  51. V-Suffix=" •"
  52. Preview="moredots.gif"
  53.  
  54. [Tabular]
  55. Name=Tabular
  56. Description=An HTML style where each link is spaced evenly across the page.
  57. Button="<A HREF="#URL#" TARGET="#TARGET#">#LABEL#</A>"
  58. Selected="#LABEL#"
  59. H-Separator="</td><td align="center">"
  60. H-Prefix="<table width="100%"><tr><td align="center">"
  61. H-Suffix="</td></tr></table>"
  62. V-Separator="</td></tr><tr><td align="center">"
  63. V-Prefix="<table><tr><td align="center">"
  64. V-Suffix="</td></tr></table>"
  65. Tag="body"
  66. Preview="tabular.gif"
  67.  
  68. [Underlined]
  69. Name=Underlined
  70. Description=An HTML style where each link underlined.
  71. Button="<A HREF="#URL#" TARGET="#TARGET#">#LABEL#</A>"
  72. Selected="<U>#LABEL#</U>"
  73. H-Separator=" "
  74. V-Separator="<br>"
  75. Preview="undrline.gif"
  76.